Advanced Search Techniques

In this video, we explore advanced search features in FHIR including sorting, pagination, resource inclusion and bulk search. You can use a tool like Insomnia or Postman to try them out yourself.

We will explore

  1. Using _sort to sort search results by a specific field
  2. Pagination with _count
  3. Fetch linked resources with _include
  4. Fetch resources with reverse linking with _revinclude
  5. Bulk search with Bundle